找传奇、传世资源到传世资源站!

zigbee点灯实验cc2530

8.5玩家评分(1人评分)
下载后可评
介绍 评论 失效链接反馈

实验1.CC2530 BasicRF(无线点灯)├── BasicRF
│   ├── docs
│   │   └── CC2530_Software_Examples.pdf
│   ├── ide
│   │   ├── cc2530_sw_examples.eww
│   │   ├── settings
│   │   │   └── cc2530_sw_examples.wsdt
│   │   ├── srf05_cc2530
│   │   │   └── iar
│   │   │       ├── Backup of light_switch.ewd
│   │   │       ├── Backup of light_switch.ewp
│   │   │       ├── Backup of per_test.ewd
│   │   │       ├── Backup of per_test.ewp
│   │   │       ├── Backup of spectrum_analyzer.ewd
│   │   │       ├── Backup of spectrum_analyzer.ewp
│   │   │       ├── light_switch.d51
│   │   │       ├── light_switch.dep
│   │   │       ├── light_switch.ewd
│   │   │       ├── light_switch.ewp
│   │   │       ├── light_switch.eww
│   │   │       ├── light_switch.hex
│   │   │       ├── per_test.d51
│   │   │       ├── per_test.dep
│   │   │       ├── per_test.ewd
│   │   │       ├── per_test.ewp
│   │   │       ├── per_test.eww
│   │   │       ├── per_test.hex
│   │   │       ├── settings
│   │   │       │   ├── light_switch.cspy.bat
│   │   │       │   ├── light_switch.dbgdt
│   │   │       │   ├── light_switch.dni
│   │   │       │   ├── light_switch.wsdt
│   │   │       │   ├── per_test.cspy.bat
│   │   │       │   ├── per_test.dbgdt
│   │   │       │   ├── per_test.dni
│   │   │       │   ├── per_test.wsdt
│   │   │       │   ├── spectrum_analyzer.cspy.bat
│   │   │       │   ├── spectrum_analyzer.dbgdt
│   │   │       │   ├── spectrum_analyzer.dni
│   │   │       │   └── spectrum_analyzer.wsdt
│   │   │       ├── spectrum_analyzer.d51
│   │   │       ├── spectrum_analyzer.dep
│   │   │       ├── spectrum_analyzer.ewd
│   │   │       ├── spectrum_analyzer.ewp
│   │   │       ├── spectrum_analyzer.eww
│   │   │       ├── spectrum_analyzer.hex
│   │   │       └── temp
│   │   │           ├── light_switch
│   │   │           │   ├── adc.r51
│   │   │           │   ├── basic_rf.r51
│   │   │           │   ├── basic_rf_security.r51
│   │   │           │   ├── clock.r51
│   │   │           │   ├── hal_assert.r51
│   │   │           │   ├── hal_board.r51
│   │   │           │   ├── hal_button.r51
│   │   │           │   ├── hal_digio.r51
│   │   │           │   ├── hal_int.r51
│   │   │           │   ├── hal_joystick.r51
│   │   │           │   ├── hal_lcd_srf05.r51
│   │   │           │   ├── hal_led.r51
│   │   │           │   ├── hal_mcu.r51
│   │   │           │   ├── hal_rf.r51
│   │   │           │   ├── hal_rf_security.r51
│   │   │           │   ├── light_switch.r51
│   │   │           │   ├── util.r51
│   │   │           │   ├── util_buffer.r51
│   │   │           │   └── util_lcd.r51
│   │   │           ├── light_switch.map
│   │   │           ├── per_test
│   │   │           │   ├── adc.r51
│   │   │           │   ├── basic_rf.r51
│   │   │           │   ├── clock.r51
│   │   │           │   ├── hal_assert.r51
│   │   │           │   ├── hal_board.r51
│   │   │           │   ├── hal_button.r51
│   │   │           │   ├── hal_digio.r51
│   │   │           │   ├── hal_int.r51
│   │   │           │   ├── hal_joystick.r51
│   │   │           │   ├── hal_lcd_srf05.r51
│   │   │           │   ├── hal_led.r51
│   │   │           │   ├── hal_mcu.r51
│   │   │           │   ├── hal_rf.r51
│   │   │           │   ├── hal_timer_32k.r51
│   │   │           │   ├── per_test.pbd
│   │   │           │   ├── per_test.r51
│   │   │           │   ├── per_test_menu.r51
│   │   │           │   ├── util.r51
│   │   │           │   ├── util_buffer.r51
│   │   │           │   └── util_lcd.r51
│   │   │           ├── per_test.map
│   │   │           ├── spectrum_analyzer
│   │   │           │   ├── adc.r51
│   │   │           │   ├── clock.r51
│   │   │           │   ├── hal_assert.r51
│   │   │           │   ├── hal_board.r51
│   │   │           │   ├── hal_button.r51
│   │   │           │   ├── hal_digio.r51
│   │   │           │   ├── hal_int.r51
│   │   │           │   ├── hal_joystick.r51
│   │   │           │   ├── hal_lcd_srf05.r51
│   │   │           │   ├── hal_led.r51
│   │   │           │   ├── hal_mcu.r51
│   │   │           │   ├── hal_rf.r51
│   │   │           │   ├── hal_rf_util.r51
│   │   │           │   ├── spectrum_analyzer.pbd
│   │   │           │   ├── spectrum_analyzer.r51
│   │   │           │   ├── util.r51
│   │   │           │   └── util_lcd.r51
│   │   │           └── spectrum_analyzer.map
│   │   └── srf05_cc2530_91
│   │       └── iar
│   │           ├── Backup of light_switch.ewd
│   │           ├── Backup of light_switch.ewp
│   │           ├── Backup of per_test.ewd
│   │           ├── Backup of per_test.ewp
│   │           ├── light_switch.d51
│   │           ├── light_switch.dep
│   │           ├── light_switch.ewd
│   │           ├── light_switch.ewp
│   │           ├── light_switch.hex
│   │           ├── per_test.dep
│   │           ├── per_test.ewd
│   │           ├── per_test.ewp
│   │           ├── per_test.hex
│   │           ├── settings
│   │           │   ├── light_switch.cspy.bat
│   │           │   ├── light_switch.dbgdt
│   │           │   ├── light_switch.dni
│   │           │   ├── per_test.cspy.bat
│   │           │   ├── per_test.dbgdt
│   │           │   └── per_test.dni
│   │           └── temp
│   │               ├── light_switch
│   │               │   ├── adc.r51
│   │               │   ├── basic_rf.r51
│   │               │   ├── basic_rf_security.r51
│   │               │   ├── clock.r51
│   │               │   ├── hal_assert.r51
│   │               │   ├── hal_board.r51
│   │               │   ├── hal_button.r51
│   │               │   ├── hal_digio.r51
│   │               │   ├── hal_int.r51
│   │               │   ├── hal_joystick.r51
│   │               │   ├── hal_lcd_srf05.r51
│   │               │   ├── hal_led.r51
│   │               │   ├── hal_mcu.r51
│   │               │   ├── hal_rf.r51
│   │               │   ├── hal_rf_security.r51
│   │               │   ├── light_switch.pbd
│   │               │   ├── light_switch.r51
│   │               │   ├── util.r51
│   │               │   ├── util_buffer.r51
│   │               │   └── util_lcd.r51
│   │               └── light_switch.map
│   └── source
│       ├── apps
│       │   ├── light_switch
│       │   │   └── light_switch.c
│       │   ├── per_test
│       │   │   ├── per_test.c
│       │   │   ├── per_test.h
│       │   │   ├── per_test_menu.c
│       │   │   └── per_test_menu.h
│       │   └── spectrum_analyzer
│       │       └── spectrum_analyzer.c
│       └── components
│           ├── basicrf
│           │   ├── basic_rf.c
│           │   ├── basic_rf.h
│           │   ├── basic_rf_security.c
│           │   └── basic_rf_security.h
│           ├── common
│           │   ├── cc8051
│           │   │   └── hal_cc8051.h
│           │   ├── hal_defs.h
│           │   ├── hal_int.c
│           │   └── hal_types.h
│           ├── radios
│           │   └── cc2530
│           │       ├── adc.c
│           │       ├── adc.h
│           │       ├── clock.c
│           │       ├── clock.h
│           │       ├── hal_mcu.c
│           │       ├── hal_rf.c
│           │       ├── hal_rf_security.c
│           │       ├── hal_rf_util.c
│           │       └── hal_timer_32k.c
│           ├── targets
│           │   ├── common
│           │   │   └── hal_lcd_srf05.c
│           │   ├── interface
│           │   │   ├── hal_assert.h
│           │   │   ├── hal_button.h
│           │   │   ├── hal_digio.h
│           │   │   ├── hal_int.h
│           │   │   ├── hal_joystick.h
│           │   │   ├── hal_lcd.h
│           │   │   ├── hal_led.h
│           │   │   ├── hal_mcu.h
│           │   │   ├── hal_rf.h
│           │   │   ├── hal_rf_security.h
│           │   │   ├── hal_rf_util.h
│           │   │   ├── hal_timer_32k.h
│           │   │   └── hal_uart.h
│           │   └── srf05_soc
│           │       ├── hal_assert.c
│           │       ├── hal_board.c
│           │       ├── hal_board.h
│           │       ├── hal_button.c
│           │       ├── hal_digio.c
│           │       ├── hal_joystick.c
│           │       └── hal_led.c
│           └── utils
│               ├── util.c
│               ├── util.h
│               ├── util_buffer.c
│               ├── util_buffer.h
│               ├── util_lcd.c
│               ├── util_lcd.h
│               └── util_menu.h
└── BasicRF  无线点灯.pdf

32 directories, 190 files

评论

发表评论必须先登陆, 您可以 登陆 或者 注册新账号 !


在线咨询: 问题反馈
客服QQ:174666394

有问题请留言,看到后及时答复